Information about plays

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

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

{
    "id": 493272,
    "uri": "https://api.kexp.org/v2/plays/493272/?format=api",
    "airdate": "2001-12-04T12:43:00-08:00",
    "show": 8457,
    "show_uri": "https://api.kexp.org/v2/shows/8457/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mrRczrgyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mrRczrgyL._SL75_.jpg",
    "song": "Crash",
    "track_id": null,
    "recording_id": null,
    "artist": "The Primitives",
    "artist_ids": [
        "9a407ae8-afbb-4a3a-abb1-1fab4b3c26af"
    ],
    "album": "Lovely",
    "release_id": "4c703590-7386-49ee-854a-a4e54ed00814",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}