Information about plays

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

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

{
    "id": 494568,
    "uri": "https://api.kexp.org/v2/plays/494568/?format=api",
    "airdate": "2001-12-08T03:42:00-08:00",
    "show": 8479,
    "show_uri": "https://api.kexp.org/v2/shows/8479/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416ZP6KR7SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416ZP6KR7SL._SL75_.jpg",
    "song": "Get Down, Make Love",
    "track_id": "6d908173-3107-4bfc-9b45-c9effeb140a7",
    "recording_id": null,
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "News of the World",
    "release_id": "0894f6af-ac4b-4f9d-b692-e5b0d2f1ee94",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "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"
}