Information about plays

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

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

{
    "id": 1263261,
    "uri": "https://api.kexp.org/v2/plays/1263261/?format=api",
    "airdate": "2007-08-05T12:47:48-07:00",
    "show": 22121,
    "show_uri": "https://api.kexp.org/v2/shows/22121/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41q0mYFjfyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41q0mYFjfyL._SL75_.jpg",
    "song": "Scorpion",
    "track_id": "b7ca3263-914c-46cd-921b-b720628b0f15",
    "recording_id": null,
    "artist": "The Budos Band",
    "artist_ids": [
        "b6fa9b9b-41cf-45a6-adc0-0a4c9a8c0d3c"
    ],
    "album": "The Budos Band II",
    "release_id": "80c2eea6-6040-4d4c-ac70-068040e21e33",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2007-07-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}