Information about plays

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

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

{
    "id": 417048,
    "uri": "https://api.kexp.org/v2/plays/417048/?format=api",
    "airdate": "2001-04-21T17:56:50-07:00",
    "show": 6960,
    "show_uri": "https://api.kexp.org/v2/shows/6960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21DZAJDQ85L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21DZAJDQ85L._SL75_.jpg",
    "song": "Revival",
    "track_id": "b4a2c6ff-80b7-423a-8493-6f2e1d7237e7",
    "recording_id": null,
    "artist": "Pell Mell",
    "artist_ids": [
        "12845829-7032-4042-89ec-291dd0f82ac9"
    ],
    "album": "Interstate",
    "release_id": "c7cd2846-cd18-4542-8958-3ac698bb7a6e",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}