Information about plays

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

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

{
    "id": 420613,
    "uri": "https://api.kexp.org/v2/plays/420613/?format=api",
    "airdate": "2001-05-02T23:09:13-07:00",
    "show": 7038,
    "show_uri": "https://api.kexp.org/v2/shows/7038/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513UDuFtG7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513UDuFtG7L._SL75_.jpg",
    "song": "One Night Samba",
    "track_id": "35b392e4-2393-463b-a8b7-1d1f46262e6e",
    "recording_id": null,
    "artist": "Tim 'Love' Lee",
    "artist_ids": [
        "dfc547e2-40b8-4b8f-b9ab-b3d8c6b1ff03"
    ],
    "album": "Just Call Me 'Lone' Lee",
    "release_id": "02c089c9-6879-4c2e-b3c9-b8f0dc526088",
    "release_group_id": null,
    "labels": [
        "Tummy Touch"
    ],
    "label_ids": [
        "942bbf0f-b746-4d07-927b-8bdc34a81dea"
    ],
    "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"
}