Information about plays

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

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

{
    "id": 1359794,
    "uri": "https://api.kexp.org/v2/plays/1359794/?format=api",
    "airdate": "2008-04-08T18:37:33-07:00",
    "show": 23747,
    "show_uri": "https://api.kexp.org/v2/shows/23747/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HqZwElj2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HqZwElj2L._SL75_.jpg",
    "song": "Made in France",
    "track_id": "57039d0d-06fa-4b7c-950b-07b08faedcbc",
    "recording_id": null,
    "artist": "France Gall",
    "artist_ids": [
        "385966f0-b912-4755-bad6-4780ebf3f4cd"
    ],
    "album": "1968",
    "release_id": "c5e3ce1c-9970-409a-a215-70d795505c37",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}