Information about plays

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

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

{
    "id": 414842,
    "uri": "https://api.kexp.org/v2/plays/414842/?format=api",
    "airdate": "2001-04-12T18:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513C5MJ3YAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513C5MJ3YAL._SL75_.jpg",
    "song": "I'll Never Love Another",
    "track_id": "b98d78c0-9984-4f35-9c87-abb010968a9e",
    "recording_id": null,
    "artist": "Lester Flatt & Earl Scruggs",
    "artist_ids": [
        "77029a1c-76fa-4350-a1a8-dacc10230b6f"
    ],
    "album": "The Complete Mercury Sessions",
    "release_id": "f1e8b78d-f62b-4615-9cd3-d32680f5f784",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}