Information about plays

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

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

{
    "id": 417921,
    "uri": "https://api.kexp.org/v2/plays/417921/?format=api",
    "airdate": "2001-04-25T00:41:32-07:00",
    "show": 6982,
    "show_uri": "https://api.kexp.org/v2/shows/6982/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516O3fBn4bL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516O3fBn4bL._SL75_.jpg",
    "song": "All Day and All Night Long",
    "track_id": "c80e0d48-1a98-4e28-a1f0-e9b45f578f80",
    "recording_id": null,
    "artist": "Lungfish",
    "artist_ids": [
        "5af88bca-9c13-424a-b63c-b5c96c69cb0e"
    ],
    "album": "Necrophones",
    "release_id": "25d14098-736f-4599-81ca-89ab4614e91b",
    "release_group_id": null,
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}