Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/366120/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 366120,
    "uri": "https://api.kexp.org/v2/plays/366120/?format=api",
    "airdate": "2019-08-11T19:54:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What's Happening Brother",
    "track_id": "5223e1a9-5cdf-425e-aef6-5727af7aeb55",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "What's Going On",
    "release_id": "ae89f4d7-5b50-4b0d-9162-87dc2c912ab5",
    "release_group_id": null,
    "labels": [
        "Universal Motown"
    ],
    "label_ids": [
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}