Information about plays

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

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

{
    "id": 1278700,
    "uri": "https://api.kexp.org/v2/plays/1278700/?format=api",
    "airdate": "2007-09-13T11:20:30-07:00",
    "show": 22378,
    "show_uri": "https://api.kexp.org/v2/shows/22378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How to Be a Dreamer",
    "track_id": "1ea57443-98f3-466c-8a5d-4ac8387038f3",
    "recording_id": null,
    "artist": "Southerly",
    "artist_ids": [
        "1b99746a-4279-43f0-bf9b-595e4b46a026"
    ],
    "album": "Storyteller and the Gossip Columnist",
    "release_id": "ee50f421-307a-467b-925d-b4949f19eb04",
    "release_group_id": null,
    "labels": [
        "Greyday Records"
    ],
    "label_ids": [
        "4fdda9db-4eb0-47b2-a651-6272b7a1e74b"
    ],
    "release_date": "2007-05-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}