Information about plays

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

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

{
    "id": 373458,
    "uri": "https://api.kexp.org/v2/plays/373458/?format=api",
    "airdate": "2019-08-28T09:46:55-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Texas",
    "track_id": "0b99f299-b93c-3f0a-b760-3419d9426604",
    "recording_id": null,
    "artist": "Magnapop",
    "artist_ids": [
        "7ba311d4-c068-4b85-a64f-c7d4f1adb868"
    ],
    "album": "Kiss My Mouth",
    "release_id": "9f75584e-0f13-483e-8a36-8fc1eb7c62da",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I want to take you on a trip / So far away from everything / We have in common / Or had in common...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}