Information about plays

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

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

{
    "id": 1355984,
    "uri": "https://api.kexp.org/v2/plays/1355984/?format=api",
    "airdate": "2008-03-30T01:01:07-07:00",
    "show": 23682,
    "show_uri": "https://api.kexp.org/v2/shows/23682/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Hh9LLlmhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Hh9LLlmhL._SL75_.jpg",
    "song": "Praying With Eric",
    "track_id": "a75a772c-dcd4-4d8b-a850-b733da64b919",
    "recording_id": null,
    "artist": "Charles Mingus",
    "artist_ids": [
        "f3b8e107-abe8-4743-b6a3-4a4ee995e71f"
    ],
    "album": "Town Hall Concert",
    "release_id": "81a25ee4-7059-4196-924c-cd6b39377522",
    "release_group_id": null,
    "labels": [
        "Jazz Workshop"
    ],
    "label_ids": [
        "ce4c919d-1f10-422c-baa4-8450713f5235"
    ],
    "release_date": "1964-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}