Information about plays

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

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

{
    "id": 351313,
    "uri": "https://api.kexp.org/v2/plays/351313/?format=api",
    "airdate": "2019-07-07T12:50:25-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "http://coverartarchive.org/release/0a4c29e2-a3b5-4c20-8f08-7259fd1fc4c4/15330449533-250.jpg",
    "thumbnail_uri": "",
    "song": "Throwaway Style",
    "track_id": "3f0d78c4-95b7-3f0e-9a1c-3848d2bc9c25",
    "recording_id": null,
    "artist": "The Exploding Hearts",
    "artist_ids": [
        "e0fc22ed-6fff-4161-8ff7-a568cdbe7850"
    ],
    "album": "Guitar Romantic",
    "release_id": "0a4c29e2-a3b5-4c20-8f08-7259fd1fc4c4",
    "release_group_id": null,
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2003-03-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}