Information about plays

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

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

{
    "id": 369307,
    "uri": "https://api.kexp.org/v2/plays/369307/?format=api",
    "airdate": "2019-08-19T03:24:00-07:00",
    "show": 6158,
    "show_uri": "https://api.kexp.org/v2/shows/6158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Far From Home",
    "track_id": "4abee852-848a-428a-9912-6fcb31900e07",
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Ladytron",
    "release_id": "55ef1928-bb28-4122-8456-193a0bb55377",
    "release_group_id": null,
    "labels": [
        "Ladytron Music"
    ],
    "label_ids": [
        "06859a21-60b7-4b4c-acbe-42d268ec4894"
    ],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}