Information about plays

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

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

{
    "id": 533610,
    "uri": "https://api.kexp.org/v2/plays/533610/?format=api",
    "airdate": "2002-04-01T18:42:00-08:00",
    "show": 9244,
    "show_uri": "https://api.kexp.org/v2/shows/9244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516qNwe46OL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516qNwe46OL._SL75_.jpg",
    "song": "Back To My Roots",
    "track_id": "e892aa43-a463-41b9-8e76-e7748fa73b16",
    "recording_id": null,
    "artist": "Lucky Dube",
    "artist_ids": [
        "97aeedc1-f252-4cfa-a8d8-c895c490532f"
    ],
    "album": "Slave",
    "release_id": "bd584c3b-59e1-44ee-aa63-fa0b80735180",
    "release_group_id": null,
    "labels": [
        "Gallo (S. Africa)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}