Information about plays

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

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

{
    "id": 495078,
    "uri": "https://api.kexp.org/v2/plays/495078/?format=api",
    "airdate": "2001-12-09T21:08:00-08:00",
    "show": 8492,
    "show_uri": "https://api.kexp.org/v2/shows/8492/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AAA5SQH2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AAA5SQH2L._SL75_.jpg",
    "song": "Landslide",
    "track_id": "bc4dfde8-b514-4a07-ab76-ae2664c53292",
    "recording_id": null,
    "artist": "Matrix",
    "artist_ids": [
        "ca5cc977-a7bf-4842-812e-91ac58e53111"
    ],
    "album": "23 Degrees From Vertical",
    "release_id": "21ba406a-c221-4532-beb7-d73ba62d5f1f",
    "release_group_id": null,
    "labels": [
        "DSCI4"
    ],
    "label_ids": [
        "ee57feae-777a-41f6-8912-c03ff5c21efc"
    ],
    "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"
}