Information about plays

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

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

{
    "id": 438178,
    "uri": "https://api.kexp.org/v2/plays/438178/?format=api",
    "airdate": "2001-06-24T21:32:43-07:00",
    "show": 7383,
    "show_uri": "https://api.kexp.org/v2/shows/7383/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Symptom",
    "track_id": "fe6c7433-deef-467f-9ce6-37ab85081119",
    "recording_id": null,
    "artist": "Cause 4 Concern",
    "artist_ids": [
        "f961cc71-0ac3-44e4-9821-0ab0b69988bb"
    ],
    "album": "Symptom E.P. (disc 2)",
    "release_id": "3b9674be-399e-4a5f-a091-eb1e649c1cb8",
    "release_group_id": null,
    "labels": [
        "Renegade Hardware"
    ],
    "label_ids": [
        "d521583e-7fa6-4d0c-8a2b-84311d8908cb"
    ],
    "release_date": "2001-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}