Information about plays

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

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

{
    "id": 1390653,
    "uri": "https://api.kexp.org/v2/plays/1390653/?format=api",
    "airdate": "2008-06-27T07:16:00-07:00",
    "show": 24271,
    "show_uri": "https://api.kexp.org/v2/shows/24271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Apply Some Pressure",
    "track_id": "b8137daf-1777-4660-bdfb-952abf0bf10b",
    "recording_id": null,
    "artist": "Maxïmo Park",
    "artist_ids": [
        "92e634a7-6023-4be8-be15-ebba822f5b34"
    ],
    "album": "Apply Some Pressure",
    "release_id": "5a568cca-d41d-4da9-8475-03d59b0826e8",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}