Information about plays

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

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

{
    "id": 457147,
    "uri": "https://api.kexp.org/v2/plays/457147/?format=api",
    "airdate": "2001-08-19T00:04:36-07:00",
    "show": 7744,
    "show_uri": "https://api.kexp.org/v2/shows/7744/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sound Of Violence",
    "track_id": null,
    "recording_id": null,
    "artist": "The Third Eye Foundation",
    "artist_ids": [
        "357ead49-ffbe-4b1b-91f6-862abab355b1"
    ],
    "album": "Sound Of Violence ep",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}