Information about plays

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

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

{
    "id": 479135,
    "uri": "https://api.kexp.org/v2/plays/479135/?format=api",
    "airdate": "2001-10-22T18:43:38-07:00",
    "show": 8176,
    "show_uri": "https://api.kexp.org/v2/shows/8176/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/313TCV5A3SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/313TCV5A3SL._SL75_.jpg",
    "song": "Siya Zviriko",
    "track_id": "90f346a2-e928-422b-87a5-29cab4ae9db0",
    "recording_id": null,
    "artist": "The Four Brothers",
    "artist_ids": [
        "5a446e2b-4993-4131-a801-41e0b2ec1019"
    ],
    "album": "The Best of the Four Brothers (Makoroto)",
    "release_id": "a407c105-c8dd-4743-9c73-854c16413710",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl (UK)"
    ],
    "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"
}