Information about plays

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

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

{
    "id": 420922,
    "uri": "https://api.kexp.org/v2/plays/420922/?format=api",
    "airdate": "2001-05-03T19:57:00-07:00",
    "show": 7043,
    "show_uri": "https://api.kexp.org/v2/shows/7043/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Q4KZRT95L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Q4KZRT95L._SL75_.jpg",
    "song": "Chattanoogie Shoeshine Boy",
    "track_id": null,
    "recording_id": null,
    "artist": "Red Foley",
    "artist_ids": [
        "aff932c2-ec30-4ee9-9125-5f761aae61a4"
    ],
    "album": "Country Music Hall of Fame Series",
    "release_id": "bf1688ec-5581-4c48-b1c2-51d92f48bb45",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}