Information about plays

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

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

{
    "id": 521038,
    "uri": "https://api.kexp.org/v2/plays/521038/?format=api",
    "airdate": "2002-02-24T02:48:00-08:00",
    "show": 8994,
    "show_uri": "https://api.kexp.org/v2/shows/8994/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61IjJqNr-KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61IjJqNr-KL._SL75_.jpg",
    "song": "Hold Yourself Down",
    "track_id": "702d2a16-b26b-4a23-be76-992af1181f95",
    "recording_id": null,
    "artist": "Red Lorry Yellow Lorry",
    "artist_ids": [
        "ac8f8330-1270-4a56-89c4-3318f8fa5c3b"
    ],
    "album": "Smashed Hits",
    "release_id": "f3b65a6a-fd20-44e4-a1ad-0783c346080f",
    "release_group_id": null,
    "labels": [
        "Fundamental"
    ],
    "label_ids": [
        "43ec55f7-d678-4e49-9d01-9f4dfe8a86bb"
    ],
    "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"
}