Information about plays

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

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

{
    "id": 376050,
    "uri": "https://api.kexp.org/v2/plays/376050/?format=api",
    "airdate": "2019-09-03T14:54:33-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Can Be Free",
    "track_id": "41fa1ccb-c6b6-4648-a1ca-732770ecb7cc",
    "recording_id": null,
    "artist": "Ceremony",
    "artist_ids": [
        "c13da818-d566-4f2a-aaaf-1c68301ddc43"
    ],
    "album": "In the Spirit World Now",
    "release_id": "a9744966-fb47-4583-9299-07970c4e9d0d",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "California punk rockers Ceremony released In the Spirit World Now, their debut for Relapse Records, in August!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}