Information about plays

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

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

{
    "id": 1342544,
    "uri": "https://api.kexp.org/v2/plays/1342544/?format=api",
    "airdate": "2008-02-24T08:59:54-08:00",
    "show": 23455,
    "show_uri": "https://api.kexp.org/v2/shows/23455/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YS36W655L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YS36W655L._SL75_.jpg",
    "song": "Pawn Shop",
    "track_id": "239078d8-0d51-4114-a90b-bc5c7b552083",
    "recording_id": null,
    "artist": "Arbee Stidham",
    "artist_ids": [
        "b6510b28-4c48-4038-aa67-54ab4c8b98c3"
    ],
    "album": "Tired of Wandering",
    "release_id": "860b89b5-c732-493c-9cfe-0251a747f645",
    "release_group_id": null,
    "labels": [
        "Prestige Elite"
    ],
    "label_ids": [
        "d89fc2ca-e9e7-4e7b-bd83-74658d1f23f4"
    ],
    "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"
}