Information about plays

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

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

{
    "id": 1363768,
    "uri": "https://api.kexp.org/v2/plays/1363768/?format=api",
    "airdate": "2008-04-18T18:07:12-07:00",
    "show": 23812,
    "show_uri": "https://api.kexp.org/v2/shows/23812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Number 9 Train",
    "track_id": "ebb0c2a5-340c-4b7a-80cc-8d50cfcc1891",
    "recording_id": null,
    "artist": "Tarheel Slim",
    "artist_ids": [
        "d12c3212-afe9-4407-bf88-921499fc3bf6"
    ],
    "album": "Loud, Fast & Out of Control: The Wild Sounds of '50s Rock (disc 4)",
    "release_id": "83e45a4c-6999-4a11-9be8-cc09b3e1e713",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}