Information about plays

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

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

{
    "id": 1195241,
    "uri": "https://api.kexp.org/v2/plays/1195241/?format=api",
    "airdate": "2007-02-10T11:31:00-08:00",
    "show": 20950,
    "show_uri": "https://api.kexp.org/v2/shows/20950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stray Away Girl (12' Extended Version)",
    "track_id": "8b84918b-2c5b-45d8-b68a-a3230bf48360",
    "recording_id": null,
    "artist": "Barrington Levy",
    "artist_ids": [
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "Shaolin Temple",
    "release_id": "6eabfa02-8de4-4324-a509-2c5bb30a9faf",
    "release_group_id": null,
    "labels": [
        "Auralux Recordings"
    ],
    "label_ids": [
        "82c6acd3-639b-4a23-9893-826b1f0d5cb6"
    ],
    "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"
}