Information about plays

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

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

{
    "id": 424174,
    "uri": "https://api.kexp.org/v2/plays/424174/?format=api",
    "airdate": "2001-05-14T01:24:00-07:00",
    "show": 7115,
    "show_uri": "https://api.kexp.org/v2/shows/7115/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rn%2BLTycAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rn%2BLTycAL._SL75_.jpg",
    "song": "Mysterons",
    "track_id": "322a32ae-3487-4a4b-a9d9-f7a6e30c10f3",
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Roseland NYC Live",
    "release_id": "eabd233f-c56f-404e-a16c-760d254d84c3",
    "release_group_id": null,
    "labels": [
        "GO Beat"
    ],
    "label_ids": [],
    "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"
}