Information about plays

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

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

{
    "id": 533481,
    "uri": "https://api.kexp.org/v2/plays/533481/?format=api",
    "airdate": "2002-04-01T09:00:11-08:00",
    "show": 9241,
    "show_uri": "https://api.kexp.org/v2/shows/9241/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/1189DZQW6GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/1189DZQW6GL._SL75_.jpg",
    "song": "Wrong",
    "track_id": "51b37f04-ca13-4162-9f37-f2c7459f9e85",
    "recording_id": null,
    "artist": "Archers of Loaf",
    "artist_ids": [
        "7cf05db3-24e7-4534-84bf-65006cd0cc82"
    ],
    "album": "The Speed of Cattle",
    "release_id": "b8a8cb91-dd70-4471-b591-7d30dc186567",
    "release_group_id": null,
    "labels": [
        "Alias Records"
    ],
    "label_ids": [
        "0dc156ed-4e11-4684-bd22-3b7982579a3b"
    ],
    "release_date": "1996-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}