Information about plays

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

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

{
    "id": 357241,
    "uri": "https://api.kexp.org/v2/plays/357241/?format=api",
    "airdate": "2019-07-21T11:22:56-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Love Somebody",
    "track_id": "d392a2bd-a165-3e0e-a6d3-9839a8c47460",
    "recording_id": null,
    "artist": "James Carr",
    "artist_ids": [
        "b718fc50-a266-482b-aa52-74760387352e"
    ],
    "album": "To Love Somebody / These Ain't Raindrops",
    "release_id": "37a384db-bb52-4296-bf4f-f19b37c39f02",
    "release_group_id": null,
    "labels": [
        "Goldwax Records"
    ],
    "label_ids": [
        "1a33ac2d-309c-4cf6-b1d8-9a6d796fe24c"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}