Information about plays

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

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

{
    "id": 421923,
    "uri": "https://api.kexp.org/v2/plays/421923/?format=api",
    "airdate": "2001-05-07T04:55:00-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61i5D770ysL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61i5D770ysL._SL75_.jpg",
    "song": "Codru",
    "track_id": "0dd23c7a-a727-4cd2-b452-62c3c66168c0",
    "recording_id": null,
    "artist": "Djelem",
    "artist_ids": [
        "fadd6a76-9c26-440a-a206-ad8a1c28bf70"
    ],
    "album": "Putumayo Presents: Gypsy Caravan",
    "release_id": "6b522fd0-257e-4377-96c2-ac37070cbc19",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}