Information about plays

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

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

{
    "id": 2679994,
    "uri": "https://api.kexp.org/v2/plays/2679994/?format=api",
    "airdate": "2019-12-30T15:14:14-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca453b43-f905-43b0-b6be-119e04daac41/15810455639-250.jpg",
    "thumbnail_uri": "",
    "song": "The Words That Maketh Murder",
    "track_id": "2f6872ae-2838-3fcb-ba8d-221611282ed6",
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Let England Shake",
    "release_id": "ca453b43-f905-43b0-b6be-119e04daac41",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2011-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "PJ Harvey's brutally honest lyrics match well to a progression of raw musical styles. https://www.youtube.com/watch?v=KhaEt2Hdod8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}