Information about plays

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

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

{
    "id": 378943,
    "uri": "https://api.kexp.org/v2/plays/378943/?format=api",
    "airdate": "2019-09-10T02:04:24-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/d4f3af21-fe06-4a24-af82-9f5569541a46/16295706070-250.jpg",
    "thumbnail_uri": "",
    "song": "Low",
    "track_id": "b28c3528-f060-4c35-8a44-b9cce1e99001",
    "recording_id": null,
    "artist": "Cracker",
    "artist_ids": [
        "ca48bfb8-37c5-4a04-9837-a07975ee0cd3"
    ],
    "album": "Kerosene Hat",
    "release_id": "d4f3af21-fe06-4a24-af82-9f5569541a46",
    "release_group_id": null,
    "labels": [
        "Virgin America"
    ],
    "label_ids": [
        "47b84b3b-889e-4c66-80f0-afd58a1d304b"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Hickman, singer-songwriter and guitarist of Cracker, is celebrating his 63rd birthday today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}