Information about plays

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

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

{
    "id": 1341922,
    "uri": "https://api.kexp.org/v2/plays/1341922/?format=api",
    "airdate": "2008-02-22T11:48:43-08:00",
    "show": 23442,
    "show_uri": "https://api.kexp.org/v2/shows/23442/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Q383A0PXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Q383A0PXL._SL75_.jpg",
    "song": "The Old You",
    "track_id": "8aa141c9-21ed-4abe-9dc9-055089ddd267",
    "recording_id": null,
    "artist": "Silkworm",
    "artist_ids": [
        "64c9ed9d-0b97-4e01-946c-2ef5f342e236"
    ],
    "album": "Italian Platinum",
    "release_id": "a17c95fc-2187-47d6-9e0b-1288c02b552a",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2002-06-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}