Information about plays

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

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

{
    "id": 1416819,
    "uri": "https://api.kexp.org/v2/plays/1416819/?format=api",
    "airdate": "2008-09-01T05:12:14-07:00",
    "show": 24712,
    "show_uri": "https://api.kexp.org/v2/shows/24712/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vF1154YoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vF1154YoL._SL75_.jpg",
    "song": "Fells So Bad",
    "track_id": null,
    "recording_id": null,
    "artist": "T-Model Ford",
    "artist_ids": [
        "1601246d-9f0b-4e77-abfe-b4e631288eaa"
    ],
    "album": "Pee-Wee Get My Gun",
    "release_id": "78259a04-8c7c-43eb-9087-98c6fc2c74d8",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "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"
}